home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Magazine / SoundProbe16 / Player.txt < prev    next >
Text File  |  1997-07-25  |  4KB  |  95 lines

  1. Sound Probe Sound Player 1.1 (25.07.97)
  2. =======================================
  3.  
  4. Introduction.
  5. -------------
  6.  
  7. Sound Player allows you to play sound samples created with Sound Probe. It
  8. uses the Sound Probe libraries allowing it to support all the audio options
  9. of Sound Probe.
  10.  
  11. The SoundPlayer has been set-up to use the SoundProbe files from an assign
  12. called `SP16:' made to the drawer which contains SoundProbe and its files,
  13. and an extra `LIBS:' assign made to libraries drawer (`Libs/') of
  14. SoundProbe.
  15.  
  16. CLI Arguments/WB ToolTypes.
  17. ---------------------------
  18.  
  19. FILES/M,QUIET/S,AUDIO/K,STORAGE/K,FILETYPE/K,RATE/K/N,VOLUME/K/N,LOOPS/S,
  20. NOSEQUENCE/S,SOUNDFIRST/S,INFO/S,CACHE/K/N,ALPHASORT/S,PATTERN/K,PATH/K,
  21. SHUFFLE/S,AUDIOPATH/K,STORAGEPATH/K,LOADERSPATH/K,LIBSPATH/K,BUFFER/K,
  22. FASTCACHE/S,SIMPLERAW/S,EXTERNPLAYER/K,NOSYSTEM/S,BLANK/S,FAILCNT/K/N,
  23. EXTERNCOMMANDLINE/K,EXTERNREDIRECT/K,IGNORESPLIBS/S
  24.  
  25. SoundPlayer supports pattern matching and also multiple file selections. It
  26. also offers commands for playing these in sequence or randomly.
  27.  
  28. SoundPlayer Icon.
  29. -----------------
  30.  
  31. The SoundPlayer icon contains tooltypes which use the same names as the
  32. CLI arguments. When SoundPlayer is executed from the Workbench, these
  33. tooltypes will be read.
  34.  
  35. CLI/Shell.
  36. ----------
  37.  
  38. If Sound Player is executed from the CLI/Shell it will read any arguments
  39. given in the command line. If no file(s) are given then the player will
  40. display a requester asking you to select the files you wish to play.
  41.  
  42. e.g - SoundPlayer SP16:Samples/Lamb.IFF
  43.  
  44. Sample Icons.
  45. -------------
  46.  
  47. If the sample file(s) have icons, then the tooltypes in each of these will
  48. specify the options that the sample should be played with.
  49.  
  50. Arguments.
  51. ==========
  52.  
  53. QUIET    - Sound Player will not display any text about what it is doing.
  54. AUDIO    - The FULL audio library name to use (e.g Amiga.spadlibrary).
  55. STORAGE     - The FULL storage library name to use.
  56. FILETYPE - The FULL dosIO library name to try and load with.
  57. RATE     - The rate to play the sample at.
  58. VOLUME      - The volume to play the sample with as a percentage (0-100%).
  59. LOOPS    - Loop each sample.
  60. NOSEQUENCE  - Don't play any loop sequences.
  61. SOUNDFIRST  - Play the whole sample before sequencing it.
  62. INFO     - Display info about the sample.
  63. CACHE    - Set the cache size in milliseconds (1000=1 second).
  64. ALPHASORT   - Sort multiple files alphabetically.
  65. PATTERN     - Pattern to pass to the file requester (if no files given).
  66. PATH     - Path for the file requester to use.
  67. SHUFFLE     - Play multiple files randomly.
  68. AUDIOPATH   - Where to find the SP audio libraries.
  69. STORAGEPATH - Where to find the SP storage libraries.
  70. LOADERSPATH - Where to find the SP dosIO libraries.
  71. LIBSPATH - Where to find the main SP libraries.
  72. BUFFER      - Name and path to use for virtual buffering (File storage).
  73. FASTCACHE   - Only use fast RAM for the cache.
  74. SIMPLERAW   - Play the files as 8 bit RAW.
  75. NOSYSTEM - Disable the system when playing.
  76. BLANK    - Blank the display when playing (only if NOSYSTEM!).
  77. FAILCNT     - Failure count, prevents the audio locking up the system (See SP User Manual).
  78. EXTERNPLAYER      - Name to use for an external player (i.e - Multiview).
  79. EXTERNCOMMANDLINE - Command line to pass to external player.
  80. EXTERNREDIRECT    - Input and Output redirect for external player.
  81. IGNORESPLIBS      - Don't try and access SP libraries (only if RAW, or EXTERNAL).
  82.  
  83. Bugs.
  84. =====
  85.  
  86.    None known at this time.
  87.    
  88. Changes.
  89. ========
  90.  
  91.    25.07.97 - At startup now checks for the assign "SP16:", if not
  92.                available then it creates its own to it current
  93.                path.
  94.  
  95.